home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / ahmfreec / _setup.1 / AHMTWinDBListbox.hpp < prev    next >
Encoding:
C/C++ Source or Header  |  1998-12-09  |  1.8 KB  |  61 lines

  1. // Borland C++ Builder
  2. // Copyright (c) 1995, 1998 by Borland International
  3. // All rights reserved
  4.  
  5. // (DO NOT EDIT: machine generated header) 'AHMTWinDBListBox.pas' rev: 3.00
  6.  
  7. #ifndef AHMTWinDBListBoxHPP
  8. #define AHMTWinDBListBoxHPP
  9. #include <StdCtrls.hpp>
  10. #include <AHMFreeware.hpp>
  11. #include <DBCtrls.hpp>
  12. #include <Dialogs.hpp>
  13. #include <Forms.hpp>
  14. #include <Controls.hpp>
  15. #include <Graphics.hpp>
  16. #include <Classes.hpp>
  17. #include <SysUtils.hpp>
  18. #include <Messages.hpp>
  19. #include <Windows.hpp>
  20. #include <SysInit.hpp>
  21. #include <System.hpp>
  22.  
  23. //-- user supplied -----------------------------------------------------------
  24.  
  25. namespace Ahmtwindblistbox
  26. {
  27. //-- type declarations -------------------------------------------------------
  28. class DELPHICLASS TAHMWinDBListBox;
  29. class PASCALIMPLEMENTATION TAHMWinDBListBox : public Dbctrls::TDBListBox 
  30. {
  31.     typedef Dbctrls::TDBListBox inherited;
  32.     
  33. private:
  34.     Ahmfreeware::TAHMAboutFreeStr FAbout;
  35.     
  36. protected:
  37.     virtual void __fastcall CreateParams(Controls::TCreateParams &Params);
  38.     
  39. __published:
  40.     __property Ahmfreeware::TAHMAboutFreeStr About = {read=FAbout, write=FAbout};
  41.     __property Caption ;
  42. public:
  43.     /* TDBListBox.Create */ __fastcall virtual TAHMWinDBListBox(Classes::TComponent* AOwner) : Dbctrls::
  44.         TDBListBox(AOwner) { }
  45.     /* TDBListBox.Destroy */ __fastcall virtual ~TAHMWinDBListBox(void) { }
  46.     
  47. public:
  48.     /* TWinControl.CreateParented */ __fastcall TAHMWinDBListBox(HWND ParentWindow) : Dbctrls::TDBListBox(
  49.         ParentWindow) { }
  50.     
  51. };
  52.  
  53. //-- var, const, procedure ---------------------------------------------------
  54.  
  55. }    /* namespace Ahmtwindblistbox */
  56. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  57. using namespace Ahmtwindblistbox;
  58. #endif
  59. //-- end unit ----------------------------------------------------------------
  60. #endif    // AHMTWinDBListBox
  61.